-
- Downloads
feat: support for the gen.rs information
Uses the `build.rs` file to generate compile time information about the build environment. This information is exposed to the WASM environment through interface methods that are then used by the `Emulator` interface.
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Cargo.toml 7 additions, 0 deletionsCargo.toml
- README.md 1 addition, 1 deletionREADME.md
- build.rs 153 additions, 0 deletionsbuild.rs
- frontends/web/react/components/help/help.tsx 3 additions, 1 deletionfrontends/web/react/components/help/help.tsx
- frontends/web/ts/gb.ts 18 additions, 0 deletionsfrontends/web/ts/gb.ts
- node_modules/emukit 1 addition, 0 deletionsnode_modules/emukit
- src/gb.rs 20 additions, 0 deletionssrc/gb.rs
- src/lib.rs 1 addition, 0 deletionssrc/lib.rs
Loading
Please register or sign in to comment