Skip to content

Commit

Permalink
Fix a RemGlk-rs bug
Browse files Browse the repository at this point in the history
curiousdannii committed Oct 3, 2024
1 parent fb1b3ae commit 1d16902
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ docker run --rm -t \
-v $HOME/.cargo/registry:/.cargo/registry \
emglken:$DOCKER_TAG \
/bin/bash -c -e " \\
cargo build \\
RUSTFLAGS=-Csymbol-mangling-version=v0 cargo build \\
--manifest-path=remglk/Cargo.toml \\
$RUST_TARGET \\
--target=wasm32-unknown-emscripten; \\
2 changes: 1 addition & 1 deletion remglk
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ https://github.com/curiousdannii/emglken
*/

//export {default as Bocfel} from '../build/bocfel.js'
export {default as Bocfel} from '../build/bocfel.js'
export {default as Git} from '../build/git.js'
export {default as Glulxe} from '../build/glulxe.js'
export {default as Hugo} from '../build/hugo.js'

0 comments on commit 1d16902

Please sign in to comment.