-2
src/wisp.gleam
-2
src/wisp.gleam
···
411
// share as much as possible with the original string without having to build
412
// a new one from scratch.
413
//
414
-
@target(erlang)
415
fn do_escape_html(
416
bin: BitArray,
417
skip: Int,
···
447
}
448
}
449
450
-
@target(erlang)
451
fn do_escape_html_regular(
452
bin: BitArray,
453
skip: Int,