mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 18:20:17 +00:00
small fix
This commit is contained in:
parent
50015ce453
commit
5f561d4d97
3
build_wasm.sh
Normal file
3
build_wasm.sh
Normal file
@ -0,0 +1,3 @@
|
||||
rm -rf build/wasm/
|
||||
mkdir -p build/wasm/
|
||||
emcc src/main.cpp -fexceptions -o build/wasm/index.html
|
||||
@ -20,7 +20,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
PyVar next();
|
||||
PyVar next() override;
|
||||
};
|
||||
|
||||
class VectorIterator : public _Iterator {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user