https://nulab.com/ja/blog/nulab/webassembly-component-model/
$ cargo -V
cargo 1.78.0 (54d8815d0 2024-03-26)
$ rustup update| license: mit |
| // TEST PROMISE OBJECT TO BE FULFILLED OR REJECTED | |
| // --- | |
| // describe('promise', () => { | |
| // it('should be fulfilled', () => { | |
| // return shouldFulfilled(promise()).then((value) => { | |
| // expect(velue).to.be.true | |
| // }) | |
| // }) | |
| // }) | |
| // |
| // ドロワーを追加する1 | |
| drawer: MyNavigationDrawer(), | |
| // ドロワーを追加する2 | |
| class MyNavigationDrawer extends Drawer { | |
| @override | |
| Widget build(BuildContext context) { | |
| return Drawer( | |
| child: ListView( |
https://nulab.com/ja/blog/nulab/webassembly-component-model/
$ cargo -V
cargo 1.78.0 (54d8815d0 2024-03-26)
$ rustup update